Objects Reference

flyEngine::init_texture_cache

Prototype

void init_texture_cache()

Parameters

None

Return Value

None

Remarks

This function initializes the texture manager. It loads all texture maps, light maps and fog maps into the texture manager and texture hardware. After calling this function, you can access the texture manager by the textcache derived class stored in the global variable tc allocated by this function.